home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2001 December / pcwk12201b.iso / Wersje pelne i specjalne / Winamp 2.77 i 3.0beta / wa3install_beta1.exe / Skins / Default.wal / xml / thinger-normal.xml < prev    next >
Encoding:
Text File  |  2001-10-03  |  2.4 KB  |  107 lines

  1.    <layout id="sw" background="thinger.background">
  2.  
  3.     <layer id="placeholder" x="0" y="0" image="thinger.placeholder"/>
  4.  
  5.     <!-- Titlebar -->
  6.     <button
  7.       id="sysbutton"
  8.       action="SYSMENU"
  9.       x="5" y="3"
  10.       image="thinger.button.menu"
  11.       downImage="thinger.button.menu.pressed"
  12.       inactiveAlpha="128"
  13.     />
  14.     <layer
  15.       id="blah"
  16.       dblClickAction="SWITCH;shade"
  17.       x="22" y="4"
  18.       image="thinger.titlebar.active.left"
  19.       inactiveAlpha="128"
  20.     />
  21.     <layer
  22.       id="blah"
  23.       dblClickAction="SWITCH;shade"
  24.       x="29" y="4" w="78"
  25.       image="thinger.titlebar.active.center"
  26.       inactiveAlpha="128"
  27.     />
  28.     <layer
  29.       id="blah"
  30.       dblClickAction="SWITCH;shade"
  31.       x="107" y="4"
  32.       image="thinger.titlebar.active.right"
  33.       inactiveAlpha="128"
  34.     />
  35.  
  36.     <layer
  37.       id="blah"
  38.       dblClickAction="SWITCH;shade"
  39.       x="115" y="2"
  40.       image="thinger.titlebar.text.active"
  41.       inactiveAlpha="128"
  42.     />
  43.  
  44.     <layer
  45.       id="blah"
  46.       dblClickAction="SWITCH;shade"
  47.       x="166" y="4"
  48.       image="thinger.titlebar.active.left"
  49.       inactiveAlpha="128"
  50.     />
  51.     <layer
  52.       id="blah"
  53.       dblClickAction="SWITCH;shade"
  54.       x="173" y="4" w="74"
  55.       image="thinger.titlebar.active.center"
  56.       inactiveAlpha="128"
  57.     />
  58.     <layer
  59.       id="blah"
  60.       dblClickAction="SWITCH;shade"
  61.       x="247" y="4"
  62.       image="thinger.titlebar.active.right"
  63.       inactiveAlpha="128"
  64.     />
  65.     <button
  66.       id="Close"
  67.       action="CLOSE"
  68.       x="257" y="3"
  69.       image="thinger.close.unpressed"
  70.       downImage="thinger.close.pressed"
  71.       tooltip="Close Window"
  72.       inactiveAlpha="128"
  73.     />
  74.     
  75.     <!--Component Bucket-->
  76.  
  77.     <button
  78.       id="ScrollLeft"
  79.       action="CB_PREV"
  80.       x="5" y="15"
  81.       image="thinger.scroll.left"
  82.       downImage="thinger.scroll.left.pressed"
  83.       tooltip="Scroll Left"
  84.     />
  85.     <button
  86.       id="ScrollRight"
  87.       action="CB_NEXT"
  88.       x="255" y="15"
  89.       image="thinger.scroll.right"
  90.       downImage="thinger.scroll.right.pressed"
  91.       tooltip="Scroll Right"
  92.     />
  93.     <componentbucket
  94.       id="Component list"
  95.       x="19" y="17"
  96.       w="236" h="35"
  97.     />
  98.     <text
  99.       id="cbtext"
  100.       display="componentbucket"
  101.       x="5" y="54"
  102.       w="265" h="13"
  103.       font="thinger.smallfixed"
  104.     />
  105.  
  106.    </layout>
  107.